home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- put the text of member("Freeway","Texts") into member ("InfoText","Texts")
- put the text of member("FreewayAward","Texts") into member ("Best","Texts")
- end
-
- on mouseDown
- global gMFCDNo
- open gMFCDNo & ":awards:freeway 3.0"
- end
-
- on mouseLeave
- put empty into member("InfoText","Texts")
- put empty into member("Best","Texts")
- end